home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / KA9QBINK.ZIP / KA9QBINK.ZRP / DOCS / MFLO10.DOC < prev    next >
Encoding:
Text File  |  1995-10-27  |  3.1 KB  |  92 lines

  1.  
  2.  
  3.                                MFlo10.doc
  4.  
  5.     Copyright (c) 1995 Marc Blakely
  6.  
  7.     Archive contents:
  8.  
  9.     MFlo.exe        Main executable
  10.     Mflo10.doc      This file
  11.     Sample.Bat      Sample batch file
  12.     Sample.Log      Sample log file
  13.  
  14.  
  15.     MFlo is designed to move the listed files in a Bink/Opus style .flo
  16.     file to a different target directory, such as is needed during
  17.     Internet FTP transfers.  The source file is either copied,
  18.     truncated, or deleted as flagged in the .flo file.  Any file listed
  19.     which can not be successfully copied to the new directory is left
  20.     listed in the .flo file.  Successful operation deletes the entry
  21.     from the .flo file.  If all files processed successfully, the .flo
  22.     file is deleted.  Truncated mail files allow for correct file
  23.     extension incrementing by the mail tosser.
  24.  
  25.     MFlo is completely command line driven, and as such can be used in
  26.     batch files. Full Binkley/Opus style logging is available for all
  27.     actions MFlo does. A test mode is also available, where the .flo
  28.     file is read, but no actual processing is done. Sample logs are
  29.     included in the distribution archive.
  30.  
  31.  
  32.     Command line:
  33.  
  34.     MFlo -f<flofile> -d<targetdir> [-l[logname]] [-t]
  35.  
  36.  
  37.     Command line options:
  38.  
  39.         -f<flofile>    .flo file name (drive and path included)
  40.                             (Note: a simple text file list could also be
  41.                             used, one file per line, although truncating
  42.                             and deletion would not occur.)
  43.  
  44.         -d<path>        Destination Directory (drive and path only)
  45.  
  46.         -l              Activate logging - by itself, invokes default
  47.                             log file (mflo.log) in the current working
  48.                             directory
  49.  
  50.         -l<logname>     Activate logging using named file for logging
  51.                             (may include drive and path)
  52.  
  53.         -t              Test flag - if present, skips actual file
  54.                         processing.
  55.         
  56.     Errorlevels:
  57.  
  58.     Mflo returns 1 if an error occured during processing, otherwise 0.
  59.     (Note: not finding the named .flo file is NOT an error, as there may
  60.     not be anything outbound.
  61.  
  62.  
  63.     Disclaimer:
  64.  
  65.     This program is supplied as is, with no warranty, either expressed
  66.     or implied.  Use at your own risk.
  67.  
  68.  
  69.     Bug reports or improvements:
  70.  
  71.     While I have tested it on my system, where it works well, I
  72.     recognize it is possible that it may not work as well for someone
  73.     else.  If you should encounter problems, or would like to suggest
  74.     improvements, please contact me via one of the methods below and
  75.     I'll see what I can do. ;-)
  76.  
  77.     If you find this utility useful and would like to express your
  78.     appreciation, a donation of $5-$10 would be gladly accepted.
  79.  
  80.  
  81.     Marc Blakely
  82.  
  83.     Fidonet: 1:138/146
  84.     Internet: lookglas@adrift.harbornet.com
  85.     Snail mail:
  86.         Marc Blakely
  87.         PO Box 45336
  88.         Tacoma, WN 98445
  89.  
  90.     Written:    Fri  10-27-1995  17:58:05   MB
  91.  
  92.